FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / SortableBindingList<T> Class
The type of elements in the list.
Members

In This Topic
    SortableBindingList<T> Class
    In This Topic
    Generic collection that supports data binding and advanced sorting (System.ComponentModel.IBindingListView).

    This class is especially useful to provide data for grids that use the GroupDescriptions property.

    Object Model
    SortableBindingList<T> Class
    Syntax
    'Declaration
     
    
    Public Class SortableBindingList(Of T As Class) 
       Inherits System.ComponentModel.BindingList(Of T)
    public class SortableBindingList<T> : System.ComponentModel.BindingList<T> 
    where T: class
    Type Parameters
    T
    The type of elements in the list.
    Inheritance Hierarchy

    System.Object
       System.Collections.ObjectModel.Collection<T>
          System.ComponentModel.BindingList<T>
             C1.Win.C1FlexGrid.SortableBindingList<T>

    See Also